PDF4Java Reference Documentation
com.o2sol.pdf4java Package / PDFFixedDocument Class / getFileAttachments Method
In This Topic
    getFileAttachments Method
    In This Topic
    Gets the list of file attachments embedded in this document.
    When a Pdf file is loaded into a object, this collection is populated automatically with the attachments in the file.
    Syntax
    public PDFDocumentFileAttachmentCollection getFileAttachments()

    Return Value

    A com.o2sol.pdf4java.document.PDFDocumentFileAttachmentCollection object specifying the list of document attachments.
    See Also